'Declaration Public Function New( _
ByVal nameThe command name.As System.String, _
ByVal processingCommandsAn array that contains nested processing commands.As System.Collections.Generic.IEnumerable(Of IProcessingCommand) _
)
public CompositeProcessingCommand<TTarget>(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommand> processingCommands
)
public: CompositeProcessingCommand<TTarget>(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommand*>* processingCommands
)
public:
CompositeProcessingCommand<TTarget>(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommand^>^ processingCommands
)
Parameters
- name
- The command name.
- processingCommands
- An array that contains nested processing commands.